home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // oleconst.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: oleconst.pas
- //----------------------------------------------------------------------------
- #ifndef oleconstHPP
- #define oleconstHPP
- //----------------------------------------------------------------------------
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Oleconst
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- #define SBadPropValue (int)(62208)
- #define SCannotActivate (int)(62209)
- #define SNoWindowHandle (int)(62210)
- #define SOleError (int)(62211)
- #define SVarNotObject (int)(62212)
- #define SVarNotAutoObject (int)(62213)
- #define SNoMethod (int)(62214)
- #define SLinkProperties (int)(62215)
- #define SInvalidLinkSource (int)(62216)
- #define SCannotBreakLink (int)(62217)
- #define SLinkedObject (int)(62218)
- #define SEmptyContainer (int)(62219)
- #define SInvalidVerb (int)(62220)
- #define SPropDlgCaption (int)(62221)
- #define SInvalidStreamFormat (int)(62222)
- #define SInvalidLicense (int)(62223)
- #define SNotLicensed (int)(62224)
-
- } /* namespace Oleconst */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Oleconst;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // oleconst
-